home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / tema / sw602 / html / flash / radar.swf / scripts / DefineButton2_29 / BUTTONCONDACTION on(press).as next >
Text File  |  2004-02-19  |  120b  |  7 lines

  1. on(press){
  2.    if(_root.posuvac.myResult < _root.posuvac.myHigh)
  3.    {
  4.       _root.posuvac.handle._x += 1.2;
  5.    }
  6. }
  7.